home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 24
/
PC Gamer IT CD 24 2-2.iso
/
GIOCHI
/
PINBALL
/
ABS_DEMO.BAT
next >
Wrap
DOS Batch File
|
1996-06-29
|
569b
|
28 lines
@rem (c) 1996 21st Century Entertainment Ltd.
@echo off
rem *** If abs_demo.cfg file is missing, copy it from the game folder
if exist c:\21stcent\absolute\abs_demo.cfg goto cont2
copy pinball\abs_demo.cfg c:\21stcent\absolute\abs_demo.cfg
:cont2
rem *** If absolute.err file is missing, setup is correct; run the game
if not exist c:\21stcent\absolute\absolute.err goto cont3
call setup.bat
:cont3
cd pinball
copy absolute.err c:\21stcent\absolute\absolute.err
demo_in.exe
abs_demo.exe
del c:\21stcent\absolute\absolute.err
cd ..